Dependencies are ordered by name.
178 179 180
# File 'lib/rubygems/dependency.rb', line 178 def <=>(other) name <=> other.name end